home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pagemakerclasslibrary / queries / pgettrapsettings.h < prev    next >
C/C++ Source or Header  |  1996-09-04  |  662b  |  35 lines

  1. /*
  2.  *--- PGetTrapSettings.h --------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetTrapSettings__
  10. #define __PGetTrapSettings__
  11.  
  12.  
  13. #include "PMTypes.h"
  14.  
  15.  
  16. class PGetTrapSettings
  17. {
  18.  
  19. public:
  20.  
  21.     PGetTrapSettings();
  22.     
  23.     PMBool    bEnable;
  24.     long    xDefWidth;
  25.     long    xBlackWidth;
  26.     short    dStepLimit;
  27.     short    dCentThresh;
  28.     short    dTextLimit;
  29.     PMBool    bTrapOverImp;
  30. };
  31.  
  32. #endif
  33.  
  34. // end of PGetTrapSettings.h
  35.